home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOTP
/
IMD.CST
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
172 b
|
8 lines
on alpha theKey
set keyNum = charToNum(theKey)
if keyNum > 64 and keyNum < 91 or keyNum > 96 and keyNum < 123 then
return TRUE
else
return FALSE
end if
end